home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Transmit2.3.sit / Transmit 2.3 / Transmit.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-02-06  |  2.3 KB  |  91 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>????</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>DocumentType</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>????</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>NSDocumentClass</key>
  23.             <string>FTPDocument</string>
  24.         </dict>
  25.         <dict>
  26.             <key>CFBundleTypeExtensions</key>
  27.             <array>
  28.                 <string>inetloc</string>
  29.                 <string>ftploc</string>
  30.             </array>
  31.             <key>CFBundleTypeName</key>
  32.             <string>FTP Internet Location</string>
  33.             <key>CFBundleTypeOSTypes</key>
  34.             <array>
  35.                 <string>ilge</string>
  36.                 <string>ilft</string>
  37.             </array>
  38.             <key>CFBundleTypeRole</key>
  39.             <string>Viewer</string>
  40.             <key>NSDocumentClass</key>
  41.             <string>FTPDocument</string>
  42.         </dict>
  43.     </array>
  44.     <key>CFBundleExecutable</key>
  45.     <string>Transmit</string>
  46.     <key>CFBundleGetInfoString</key>
  47.     <string>Transmit 2.3.0, Copyright ¬© 1997-2003 Panic, Inc.</string>
  48.     <key>CFBundleIconFile</key>
  49.     <string>Transmit.icns</string>
  50.     <key>CFBundleIdentifier</key>
  51.     <string>com.panic.Transmit</string>
  52.     <key>CFBundleInfoDictionaryVersion</key>
  53.     <string>6.0</string>
  54.     <key>CFBundleName</key>
  55.     <string>Transmit</string>
  56.     <key>CFBundlePackageType</key>
  57.     <string>APPL</string>
  58.     <key>CFBundleShortVersionString</key>
  59.     <string>2.3.0</string>
  60.     <key>CFBundleSignature</key>
  61.     <string>TrAn</string>
  62.     <key>CFBundleURLTypes</key>
  63.     <array>
  64.         <dict>
  65.             <key>CFBundleURLName</key>
  66.             <string>SFTP URL</string>
  67.             <key>CFBundleURLSchemes</key>
  68.             <array>
  69.                 <string>sftp</string>
  70.             </array>
  71.         </dict>
  72.         <dict>
  73.             <key>CFBundleURLName</key>
  74.             <string>FTP URL</string>
  75.             <key>CFBundleURLSchemes</key>
  76.             <array>
  77.                 <string>ftp</string>
  78.             </array>
  79.         </dict>
  80.     </array>
  81.     <key>CFBundleVersion</key>
  82.     <string>2.3.0, Copyright ¬© 1997-2003 Panic, Inc.</string>
  83.     <key>NSAppleScriptEnabled</key>
  84.     <string>Yes</string>
  85.     <key>NSMainNibFile</key>
  86.     <string>MainMenu</string>
  87.     <key>NSPrincipalClass</key>
  88.     <string>TransmitApp</string>
  89. </dict>
  90. </plist>
  91.